home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_67 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  89 b   |  7 lines

  1. on(release){
  2.    tellTarget("_root")
  3.    {
  4.       gotoAndStop("Instructions");
  5.    }
  6. }
  7.